Skip to content

Conversation

lokeshjain2008
Copy link

@lokeshjain2008 lokeshjain2008 commented May 7, 2025

This pull request updates the project to use React 18 and addresses a TypeScript issue in the VirtualizedTable component. The most important changes include upgrading React and its related dependencies, as well as adding @ts-ignore comments to suppress TypeScript errors in a specific component.

React and Dependencies Upgrade:

  • Updated react and react-dom to version 18.2.0 in peerDependencies, dependencies, and devDependencies in package.json to support React 18. [1] [2]
  • Updated @types/react and @types/react-dom to version 18.2.0 in devDependencies in package.json for compatibility with React 18.

TypeScript Adjustments:

  • Added @ts-ignore comments in the withStickyHeader function of src/compact/VirtualizedTable.tsx to suppress TypeScript errors related to React.forwardRef.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant